home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / Pref.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  298 b   |  11 lines

  1. on startMovie
  2.   global gButtonPressed, gSystemVolumeLevel
  3.   set gButtonPressed to 1
  4.   repeat with counter = 1 to 48
  5.     set the visible of sprite counter to 1
  6.   end repeat
  7.   if voidp(gSystemVolumeLevel) then
  8.     set gSystemVolumeLevel to integer(36.42000000000000171 * the soundLevel)
  9.   end if
  10. end
  11.